"Kate's Dirty Sister" (KDS)
12/31/2014 at 10:50 Filed to: None | 0 | 12 |
Can someone tell me how to do this.
!!! UNKNOWN CONTENT TYPE !!!
Got an Xbox one and FM5, but shit I can't use my speed wheel anymore and using the controller sucks. I have 2 choices
1- spending a shit load of money on a rig and a wheels
2- I make this thing work: !!!error: Indecipherable SUB-paragraph formatting!!!
I have no idea what I'm doing
/ GPC Online Library
//
// Profile - Controller Options = Layout 6
// Advanced Controller Options:
// Steering Axis Deadzone Inside = 0
// Steering Axis Deadzone Outside = 70
// Assits:
// Steering: Recommend "Normal" because the XB1 thinks we are using a stick to steer.
// Shifting: Auto or Manual (until I make an automated clutch)
// Made by Steve Rand with some inspiration from others (steering and rumble)
//
// xbox360_speedwheel_on_xb1_forza_5.gpc
//
//
unmap XB360_X; //Rewind is soft. Going to use this for bumpers.
main {
//SHIFTING
if(get_val(XB360_UP) && (get_val(XB360_X)) == 0){
set_val((XB1_A), 100); //Auto Clutch - disable this line if using Auto or Manual
set_val((XB1_RB), 100); //Layout 6 RB = shift up.
set_val((XB1_UP), 0);
}
if(get_val(XB360_DOWN) && (get_val(XB360_X)) == 0){
set_val((XB1_A), 100); //Auto Clutch - disable this line if using Auto or Manual
set_val((XB1_LB), 100); //Layout 6 LB = shift down.
set_val((XB1_DOWN), 0);
}
//STEERING
if(get_val(XB360_LX)<0){
set_val(XB1_LX, ((get_val(XB360_LX) * 7) / 9) -23);
}
if(get_val(XB360_LX)>0){
set_val(XB1_LX, ((get_val(XB360_LX) * 7) / 9) +23);
}
// RUMBLE
if (get_rumble(RUMBLE_B) > 1 && (get_rumble(RUMBLE_A) > 1 )){ //Rumble evenly for offroad
set_rumble(RUMBLE_A, (RUMBLE_B * 80));
set_rumble(RUMBLE_B, (RUMBLE_B * 80));
}
if (get_rumble(RUMBLE_B) > 1 && (get_rumble(RUMBLE_A) == 0)){ //On rev limiter, B-light only
set_rumble(RUMBLE_B, (RUMBLE_B * 40)); //B-light on, but no rumble
}
if (get_rumble(RUMBLE_RT)){ //XB1 new trigger rumble
if (get_rumble(RUMBLE_B) < 41){ //If RUMBLE_B is just the rev limiter light, but we are losing traction...
set_rumble(RUMBLE_B,(RUMBLE_RT * 50)) //XB1_RT rumble to RUMBLE_B
}
}
if (get_rumble(RUMBLE_LT)){ //XB1 new trigger rumble
if (get_rumble(RUMBLE_A) == 0){
set_rumble(RUMBLE_A,(RUMBLE_LT * 33)); //XB1_LT rumble to RUMBLE_A for even braking rumble
set_rumble(RUMBLE_B,(RUMBLE_LT * 33)); //XB1_LT rumble to RUMBLE_B for even braking rumble
}
}
ACESandEIGHTS
> Kate's Dirty Sister
12/31/2014 at 10:58 | 0 |
If you figure out how mod 360 hardware to work with your XBone then you're way ahead of the game.
I gave in and bought the basic $80-$100 Thrustmaster 458 wheel.
Stapleface-Now Hyphenated!
> Kate's Dirty Sister
12/31/2014 at 10:59 | 0 |
I never knew you could make 360 peripherals work with the Xbone. I wish I had something constructive to add. I read that thread, and while I know a bit about computers, the script is over my head. Where do you even enter that to make the system work correctly with the controller?
As an aside, I couldn't stand the speed wheel. I'm much better off using a controller when I play Forza.
Kate's Dirty Sister
> ACESandEIGHTS
12/31/2014 at 11:00 | 0 |
Saw it, but I don't have a place to fix it, and I hate pedals, they won't stay in place
Do you HAVE to use the pedals with that wheel ?
El Relαmpago(LZone) - Humanity First!
> Kate's Dirty Sister
12/31/2014 at 11:01 | 0 |
First world problems, much?
Kate's Dirty Sister
> Stapleface-Now Hyphenated!
12/31/2014 at 11:03 | 0 |
The speed wheel takes some time to adapt, but I ended being much faster with it.
It's still a lot more natural and precise.
Kate's Dirty Sister
> El Relαmpago(LZone) - Humanity First!
12/31/2014 at 11:04 | 0 |
Maybe, but I'm mad MS is not making a speed wheel for the xbox one
MarquetteLa
> Kate's Dirty Sister
12/31/2014 at 12:01 | 0 |
What kind of surface are you using the pedals on?
Kate's Dirty Sister
> MarquetteLa
12/31/2014 at 12:07 | 0 |
Hardwood
Manny05x
> ACESandEIGHTS
12/31/2014 at 12:21 | 0 |
how are those?
MarquetteLa
> Kate's Dirty Sister
12/31/2014 at 12:32 | 0 |
Ah, yes. Try using some of this no-slip material under the pedals: http://amzn.com/B003TDQQIA
I've actually used some heavy-duty velcro to secure my pedals on a tile floor before (and it worked great. Zero movement for nearly a year), but that's not practical to use in an open, multi-use area.
ACESandEIGHTS
> Manny05x
12/31/2014 at 14:27 | 0 |
I will let you know once this whole Destiny thing blows over.
Tohru
> Kate's Dirty Sister
01/01/2015 at 05:23 | 0 |
I got a Speed Wheel for $11 on clearance at GameStop.
I'm terrible with it.